07. androidTest vs. Test
L5 A05 AndroidTest Vs. Test V3
Instrumented tests are in the androidTest source set.
- Open up the
androidTestsource set - Run the test called
ExampleInstrumentedTest
Unlike the local test, the test runs on a device (in the example below an emulated Pixel 2 phone):
If you have a device attached or an emulator running, you should actually see the test run on the emulator.
Quiz
Below is the 'Welcome to Testing' Video posted again for your convenience to answer a question in the following quiz.
L5 A01 Welcome To Testing V3
SOLUTION:
androidTestBelow there is an image that you will answer a question about in the following quiz.